home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / ProgramFilesFolder / Data / Interface / bkgd_sprite.mat < prev    next >
Encoding:
Text File  |  2004-07-29  |  589 b   |  30 lines

  1.  
  2. shader()
  3. {
  4.     cull("none")
  5.     sortweight("sprite")
  6.  
  7.     pass()
  8.     {
  9.         tmu()
  10.         {
  11.             texture()
  12.             {
  13.                 usermap(0)
  14.         filtering("linear_no_mip")
  15.                 addressfunc("clamp", "clamp", "clamp")
  16.             }
  17.  
  18.             colorop("mul", "texture", "tfactor", "current")
  19.             alphaop("mul", "texture", "tfactor", "current")
  20.         }
  21.  
  22.         colorgen("tfactor", "user", 0, 0, 0, "user", 0, 0, 0)
  23.  
  24.         blendfunc( "src_alpha", "inv_src_alpha" )
  25.         depthfunc( "always", 0 )
  26.         nofog()
  27.     }
  28. }
  29.  
  30.